home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
sweettim.swf
/
scripts
/
frame_2
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
163 b
|
10 lines
var loaded = Math.floor(getBytesLoaded() / getBytesTotal() * 10);
if(preProgress > 0)
{
preProgress--;
}
else
{
progress.gotoAndStop(2 + loaded);
}